home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / smashing.swf / scripts / DefineSprite_76 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-03-12  |  206 b   |  7 lines

  1. if(this.countername != "" && this.gamename != "")
  2. {
  3.    strMovie = this.gamename + "@" + this.countername;
  4.    this.loadMovie("http://" + this.IP + "/stats/SWFcounters/" + strMovie + ".swf");
  5. }
  6. stop();
  7.